Skip to main content
Version: 4.2

Data Dump

The supOS platform provides database dump to offer easy access for third_party systems to the real-time industrial data.

  1. Log in to supOS, and then click at the upper-right corner to go to the design center.
  2. Add a data source from Storage Resources > Resources Management to be the target database.
    info

    For details, see Adding Data Source.

  3. Select Task Management > Live Data Dump, and then click New Task.
  4. Enter the information of the task.
ParameterDescription
BasicData SourceSelect the data source of the database dump task.
Storage Form
  • Timing Storage: Dump the data at fixed time.
  • Change Storage: Dump the data when the source attribute value changes.
Table Name
  • Enter the name of a table that exists in the database, make sure field names match the original table.
  • Enter the name of a new table, the table and all fields under Field are created in the database.
Start TimeSet the begin time and interval of the data dump task.
info

Only available when Timing Storage is set as the Storage Form.

Interval
Marking TimeEnable and set the Marking Time. For example, set the label time to be one hour delay, and the timestamp in the database after the dump is displayed as one hour later than the actual dumping time.
FieldAttribute NameSet the name of the field which represents the selected attribute name.
TypeSet the name of the field which represents the selected attribute data type.
Time TagSet the name of the field which represents the timestamp when the data is transferred.
Attribute ValueSet the name of the field which represents the selected attribute value.
Quality CodeSet the name of the field which represents the quality of the transferred data.
Feature FieldSet the name of the field which is used to be extension field on the table.
AttributeThe object attributes which need to be saved to the database.
  1. Under Attribute, click New to select object attributes, and then click Save.
info
  • Up to 1000 attributes can be added.
  • To add attributes to another task, we recommend to export attributes and then import to another task. You can also download a template, and enter the attribute information (Object and Attribute are required) before import.
  1. Click Submit.
  2. Log in to the target database, and check whether the task is successfully executed.